Skip to content

feat(ticketing): add bookmarks endpoints#113

Merged
lmeilibr merged 1 commit into
mainfrom
feature/bookmarks
Apr 22, 2026
Merged

feat(ticketing): add bookmarks endpoints#113
lmeilibr merged 1 commit into
mainfrom
feature/bookmarks

Conversation

@lmeilibr
Copy link
Copy Markdown
Contributor

Summary

  • Add Bookmark domain model and CreateBookmarkCmd.
  • Add BookmarkApiClient with list, create, and delete.
  • Add BookmarksService and wire it into the Ticketing facade as ticketing.bookmarks.
  • 100% unit coverage.

Part of #79 (Batch 3).

Test plan

  • Unit: test_bookmark.py, test_bookmark_mapper.py, test_bookmarks_service.py — 13 passed, 100% coverage
  • Full unit suite — 2440 passed
  • Integration smoke on a live tenant via tests/integration/ticketing/test_bookmarks.py

🤖 Generated with Claude Code

Add Bookmark domain model, CreateBookmarkCmd, mapper, BookmarkApiClient
(list, create, delete), and BookmarksService wired into the Ticketing
facade. 100% unit coverage.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

@lmeilibr lmeilibr merged commit 89a68a6 into main Apr 22, 2026
3 checks passed
@lmeilibr lmeilibr deleted the feature/bookmarks branch April 22, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant